home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue70 / system / Listing1.pas next >
Encoding:
Pascal/Delphi Source File  |  2001-05-02  |  189 b   |  4 lines

  1. function dlopen (Filename: PChar; Flag: Integer): Pointer; cdecl; 
  2. function dlsym (Handle: Pointer; Symbol: PChar): Pointer;  cdecl;
  3. function dlclose (Handle: Pointer): Integer;  cdecl;
  4.